home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Network CD 1
/
Network CD.iso
/
fredfish
/
821-830
/
ff824
/
nethack
/
include.lha
/
source
/
include
/
rect.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1993-01-17
|
271 b
|
14 lines
/* SCCS Id: @(#)rect.h 3.1 90/22/02 */
/* Copyright (c) 1990 by Jean-Christophe Collet */
/* NetHack may be freely redistributed. See license for details. */
#ifndef RECT_H
#define RECT_H
typedef struct {
xchar lx,ly;
xchar hx,hy;
} NhRect;
#endif /* RECT_H */